- stock_name (str): The name of the stock
- stock_symbol (str): The symbol of the stock
- stock_price (float): The price of the stock
- stock_quantity (int): The quantity of the stock
- stock_date (str): The date of the trading action
results
Description of your new file.
{
"stock_name": "str",
"stock_symbol": "str",
"stock_price": 42.42,
"stock_quantity": 1,
"stock_date": "str"
}